TEMPORARY workaround for unreliable workers. Marks all IN_PROGRESS sub-analyses as FAILED so the analysis is no longer stuck. Does not stop any workers that may still be processing — it only updates the database state. A proper solution requires worker heartbeats and supervisor-based stale-task detection.
API Key for external integrations (format: greetincs_...)
Analysis ID in TypeID format
Successful Response
Response for reset-stuck endpoint.
Result of a reset-stuck operation.
HATEOAS links related to this response (e.g., self, next, prev)
[
{
"href": "/resource/{resource_id}",
"method": "GET",
"rel": "self",
"title": "Resource Details"
},
{
"href": "/resource/{resource_id}/related",
"method": "GET",
"rel": "related",
"title": "Related Resources"
}
]